Esx Settings Clusters Software Reports StorageDeviceInfo

Esx Settings Clusters Software Reports StorageDeviceInfo
Esx Settings Clusters Software Reports StorageDeviceInfo

The Esx Settings Clusters Software Reports StorageDeviceInfo schema contains properties describing a storage device.

This schema was added in vSphere API 7.0.2.1.

JSON Example
{
    "model": "string",
    "vendor": "string",
    "part_number": "string",
    "capacity": 0
}
string
model
Required

Storage device model

This property was added in vSphere API 7.0.2.1.

string
vendor
Required

Storage device vendor

This property was added in vSphere API 7.0.2.1.

string
part_number
Optional

Hardware part number of the storage device

This property was added in vSphere API 7.0.2.1.

This property will be unest if part number information is not available for the storage device.

integer As int64 As int64
capacity
Required

Capacity of the storage device in bytes

This property was added in vSphere API 7.0.2.1.